Document::Save

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:13:05 1991
Index Return to Main Contents
 

NAME

Document::Save - instance method  

TEMPLATE

docSaved = bool Save()  

SPECIFIERS

public virtual  

DESCRIPTION

Save immediately returns TRUE if the document is not modified. It calls the method SaveAs if the document is untitled or converted or both. Otherwise it calls the method MakeBackup to create an optional backup file and stores the document's data through the method Store. Method is rarely overridden.  

ARGUMENTS

none

 

RETURN ARGUMENT

bool docSaved

It is TRUE
if the document has actually been saved or there were no unsaved changes. It is FALSE if the method SaveAs had to be called and returned FALSE.
 

CATEGORIES

menu commands, client interface

 

FIRST DEFINITION

class Document  

FILES

implementation:
Document.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:28 GMT, March 30, 2022